home *** CD-ROM | disk | FTP | other *** search
/ 1st Multimedia Mac Shareware / Multimedia Shareware CD-ROM - BetaCorp.iso / StackToolsƒ / Buttonƒ / Great Buttons / stack_-1.xml < prev    next >
Encoding:
Extensible Markup Language  |  1992-08-12  |  1.1 KB  |  20 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
  3. <stack>
  4.     <name>in</name>
  5.     <id>-1</id>
  6.     <cardCount>1</cardCount>
  7.     <cardID>2847</cardID>
  8.     <listID>3135</listID>
  9.     <cantModify><false /></cantModify>
  10.     <cantDelete><true /></cantDelete>
  11.     <cantAbort><false /></cantAbort>
  12.     <cardSize>
  13.         <width>512</width>
  14.         <height>342</height>
  15.     </cardSize>
  16.     <script>on openStack
  17. global openingLevel
  18. get the userLevel
  19. put it into openingLevel
  20. set userLevel to 4
  21. hide msg
  22. hide menuBar
  23. show field "Info"
  24. put the seconds into startTime
  25. put the seconds into endTime
  26. put (endTime-StartTime) into currentTime
  27. put currentTime & space before word 38 of field "Info"
  28. repeat until currentTime = 15
  29. put the seconds into endTime
  30. put (endTime-StartTime) into currentTime
  31. put currentTime into word 38 of field "Info"
  32. end repeat
  33. hide field "Info"
  34. end openStack
  35.  
  36. on closeStack
  37. show menuBar
  38. delete word 38 of field "Info"
  39. global openingLevel
  40. set userLevel to openingLevel
  41. end closeStack
  42.  
  43. </script>
  44.     <background id="2667" file="background_2667.xml" name="" />
  45.     <card id="2847" file="card_2847.xml" marked="false" name="" owner="2667" />
  46. </stack>
  47.